projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ec40c
)
*** empty log message ***
author
Kenichi Handa
<handa@m17n.org>
Fri, 9 Feb 2001 05:29:17 +0000
(
05:29
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 9 Feb 2001 05:29:17 +0000
(
05:29
+0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index de3f082b2062d6fdd09d3280f91ff1ad9dac1631..0cad31214279edfcd49050daf5d0b3b2d20f0259 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,11
@@
2001-02-09 Kenichi Handa <handa@etl.go.jp>
+ * charset.c (Fstring): If all arguments are less than 256, return
+ a unibyte string.
+
+ * editfns.c (Fchar_to_string): If CHARACTER is less than 256,
+ return a unibyte string.
+
* coding.c (code_convert_region): After detecting a coding, if
nothing found, set coding->composing to COMPOSITION_NO.
(decode_coding_string): Likewise.